NodeJS Profiling
You can enable NodeJS profiling by-demand just by sending kill -USR1
to the node process.
Via Chrome Canary, you can attach to the node process and run profiler to debug applications
How can I disable it?
You can enable NodeJS profiling by-demand just by sending kill -USR1
to the node process.
Via Chrome Canary, you can attach to the node process and run profiler to debug applications
How can I disable it?